CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Linux 管道

搜索资源列表

  1. pipe3

    0下载:
  2. linux进程间的通讯,利用3管道实现父进程与子进程间的双向通讯,并实现某一组函数的功能-linux inter-process communication, two-way communication using three pipelines parent process and the child process between function and to achieve a set of functions
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-11
    • 文件大小:884
    • 提供者:wuq
  1. fifo

    0下载:
  2. Linux环境下管道的操作范例,可以供参考的代码-Operation example Linux environment pipeline
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:1074
    • 提供者:zhang
  1. JPG2RGB565

    0下载:
  2. JPG2RGB565 说明: 1.对于单片机而言有的时候需要显示图片,一般单片机为了节约资源采用的图片一般为RGB565格式, PC机上用的一般是RGB格式,也就是说PC机器上RGB(R,G,B)三个字节表示一个像素,单片机采 用两个字节表示一个像素,第一个字节的高5位表示R,第一个字节的低3位和第二个字节的高3位 表示G,第二个字节的低5位表示B 2.本程序支持JPG格式转为RGB565格式,显示在屏幕上或者用管道命令输出到一个文本文件 命令行:JPG2RGB
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:356674
    • 提供者:Eric
  1. fifo

    0下载:
  2. linux下的管道编程,属于进程间通信的一种机制, 可作为参考-pipeline under linux programming, inter-process belongs to a mechanism of communication can be used as a reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1306
    • 提供者:deng
  1. pipe

    0下载:
  2. linux下的命名管道编程,属于进程间通信的一种机制, 用于不同进程间的通信,可作为参考-Named Pipes programming under linux, a part of inter-process communication mechanism for communication between different processes can be used as a reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:920
    • 提供者:deng
  1. pipe_for_two_app

    0下载:
  2. 在LINUX系统上的管道测试程序,方便开发积累-The pipe for testing is very simple but well
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-14
    • 文件大小:4962
    • 提供者:DongPing1989
  1. sh.c

    0下载:
  2. c语言实现linux的命令执行,<>重定向,管道命令-c implements linux shell command like : excution,redirection,pipe
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2264
    • 提供者:ch
  1. pipe

    0下载:
  2. 管道通信即发送进程以字符流形式将大量数据送入管道,接收进程可从管道接收数据,二者利用管道进行通信。程序由linux下的C实现,文件中有3个管道通信程序,第一个是无名管道通信,后两个是命名管道通信。-Pipe communication that is sent to a stream of characters to process large amounts of data into the pipeline, the receiving process can receive data t
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:1348
    • 提供者:王雯
  1. pipe

    0下载:
  2. 用于linux的进程间的通信,包跨管道通讯,信号通讯,共享内存通信等。对于进程间的访问是极其方便的-Communication between the process for linux, including cross-pipeline communications, signal communication, shared memory communications. For access between processes is extremely convenient
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4508
    • 提供者:李晨
  1. ipc

    0下载:
  2. Linux中实现进程间的通信,实现两进程间的通信,使用的方法有无名管道,有名管道,共享内存等。-Linux to achieve inter-process communication, to achieve communication between the two processes, the methods used are anonymous pipes, named pipes, shared memory, and so on.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-28
    • 文件大小:16917
    • 提供者:chenli
  1. File-Operations

    0下载:
  2. 在 Linux 中 FIFO 是一种进程之间的管道通信机制。Linux 支持完整的 FIFO通信 机制。 本实验内容,通过使用文件操作,仿真 FIFO(先进先出)结构以及生产者-消费者运行模型。 本实验中需要打开两个虚拟终端,分别运行生产者程序(producer)和消费者程序(customer)。此时两个进程同时对同一个文件进行读写操作。因为这个文件是临界资源,所以可以使用文件锁机制来保证两个进程对文件的访问都是原子操作。 先启动生产者进程,它负责创建仿真 FIFO 结构的文件(其实
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3782
    • 提供者:忆昔
  1. chapter17

    0下载:
  2. 嵌入式Linux下的管道通信编程,服务器,客服端模式-Pipe communication programming under embedded Linux, server, customer service side mode
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:16807
    • 提供者:vindisel
  1. Linux_system_programming

    1下载:
  2. linux系统编程学习源码包,管道,进程,信号,信号量,内存共享,套接字,消息队列等学习包;线程池的使用,目录负责源码等;-Linux system programming learning source package, piping, process, signal, semaphores, and Shared memory, sockets, learning packages such as message queue The use of thread pool and direct
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:171625
    • 提供者:hgzll
  1. pipe_linux

    0下载:
  2. linux进程通信 之管道通信(有名和无名)示例源码-Pipes communications linux process communications (known and unknown) Example Source
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:803
    • 提供者:Xueyonghao
  1. chat

    0下载:
  2. 在linux下,通过命名管道实现单机版的qq聊天程序-In linux, through named pipes to achieve a single version of the qq chat program
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:688
    • 提供者:kitty
  1. test_fifo

    2下载:
  2. 多进程的有名管道通信实例,在pc中linux环境下测试通过,测试中使用2个有名管道实现全双工通信,test_fifo_rw用于写管道,并读取另一个管道内容,test_fifo_echo将读管道的数据简单处理后回送到另一个管道中,-Examples of well-known multi-process communication named pipe, in the pc linux environment tested, the test used in two well-known pipe
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:9890
    • 提供者:tanxu
  1. daima

    0下载:
  2. 此次实验通过管道通信和消息队列通信得方法,使我们了解了管道通信的特点,明白了管道通信的使用方法和了解了消息队列通信机制及原理,掌握了消息队列相关系统调用的使用方法及功能,另外,我们也了解了Linux系统共享存储区的原理及使用方法-The experiments through the pipeline communication and message queue communication method, make us understand the characteristics of th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-18
    • 文件大小:4096
    • 提供者:段段
« 1 2 ... 5 6 7 8 9 10»
搜珍网 www.dssz.com